In This Topic
Draws the specified text string at the specified location with the specified and @see com.o2sol.pdf4java.graphics.PDFFont Objects.
Overload List
| Overload | Description |
| drawString(String,PDFFont,PDFBrush,double,double) | Draws the specified text string at the specified location with the specified and @see com.o2sol.pdf4java.graphics.PDFFont Objects. |
| drawString(String,PDFFont,PDFBrush,double,double,PDFStructureElement) | Draws the specified text string at the specified location with the specified and @see com.o2sol.pdf4java.graphics.PDFFont Objects. |
| drawString(String,PDFFont,PDFBrush,PDFDisplayRectangle) | Draws the specified text string in the specified rectangle with the specified and @see com.o2sol.pdf4java.graphics.PDFFont Objects. |
| drawString(String,PDFFont,PDFBrush,PDFDisplayRectangle,PDFStructureElement) | Draws the specified text string in the specified rectangle with the specified and @see com.o2sol.pdf4java.graphics.PDFFont Objects. |
| drawString(String,PDFStringAppearanceOptions,PDFStringLayoutOptions) | Draws the specified text string with the specified appearance and layout options. |
| drawString(String,PDFStringAppearanceOptions,PDFStringLayoutOptions,PDFStructureElement) | Draws the specified text string with the specified appearance and layout options. |
See Also